home *** CD-ROM | disk | FTP | other *** search
/ Clickx 13 / Clickx 13.iso / mac / Utilities / Dialog Studio Lite 1.1.1 / Goodies / Sample Dialogs / Coffee.scr < prev    next >
Encoding:
Text File  |  2001-03-01  |  1.1 KB  |  16 lines  |  [TEXT/ToyS]

  1. set theDialog to {size:{273, 139}, style:standard window, closeable:true, name:"Coffee", default item:12, contents:{¬
  2.     {class:group box, name:"Order", bounds:{65, 13, 255, 88}}, ¬
  3.     {class:icon, bounds:{16, 22, 48, 54}, contents:6001}, ¬
  4.     {class:check box, bounds:{75, 32, 125, 48}, name:"Coffee", value:true}, ¬
  5.     {class:radio button, bounds:{130, 32, 180, 48}, name:"Weak", value:true}, ¬
  6.     {class:radio button, bounds:{184, 32, 244, 48}, name:"Strong", value:false}, ¬
  7.     {class:check box, bounds:{75, 48, 125, 64}, name:"Milk", value:false}, ¬
  8.     {class:radio button, bounds:{130, 48, 180, 64}, name:"Single", value:true}, ¬
  9.     {class:radio button, bounds:{184, 48, 244, 64}, name:"Double", value:false}, ¬
  10.     {class:check box, bounds:{75, 64, 125, 80}, name:"Sugar", value:false}, ¬
  11.     {class:radio button, bounds:{130, 64, 180, 80}, name:"One", value:true}, ¬
  12.     {class:radio button, bounds:{184, 64, 244, 80}, name:"Two", value:false}, ¬
  13.     {class:push button, bounds:{187, 103, 253, 123}, name:"Order"}, ¬
  14.     {class:push button, bounds:{107, 103, 173, 123}, name:"Cancel"}}}
  15.  
  16. dd auto dialog theDialog with fonts {name:"Geneva", size:10} with grayscale